From fd18f592ad7c14e0c5bb2c4fd8cbc462ad221dd2 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Fri, 9 Apr 2004 17:31:41 +0000 Subject: [PATCH] (distclean clean): Remove nmake specific stamp-subdir test. --- leim/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index f19aceb4f82..bb4461c810c 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -198,7 +198,7 @@ clean mostlyclean: - $(DEL) leim-list.el distclean clean: - if exist stamp-subdir $(DELTREE) $(SUBDIRS) + - $(DELTREE) $(SUBDIRS) - $(DEL) stamp-subdir maintainer-clean: distclean -- 2.30.2